Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/29 - To Do List/

assets /cody/swapnilsparsh/30DaysOfJavaScript/29 - To Do List/assets/
1 Items
  • to-do-list.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/29 - To Do List/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/29 - To Do List/index.html
    421 Views
    0 Comments
    <!DOCTYPE html>
    <html lang = "en">
    <head>
    <meta charset = "UTF-8"/>
    <meta http-equiv = "X-UA-Compatible" content = "IE=edge"/>
    script.js /cody/swapnilsparsh/30DaysOfJavaScript/29 - To Do List/script.js
    215 Views
    0 Comments
    // Create a "close" button and append it to each list item
    var myNodelist = document.getElementsByTagName('LI');
    var i;
    for (i =
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/29 - To Do List/style.css
    154 Views
    0 Comments
    * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "sans";
    }

    @font-face {